home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / AppleCD SC Training / Summary / card_9781.txt < prev    next >
Text File  |  1990-04-09  |  3KB  |  116 lines

  1. -- card: 9781 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 8551
  5. -- name: Print Card
  6. ----- HyperTalk script -----
  7. on openCard
  8.   play "harpsichord" D5
  9.   put "Press the 'Print This' key to print what is in the print field behind this message.  Use the scroll bar to advance to the next screen to print." into card field id 8
  10.   show card field id 8
  11. end openCard
  12.  
  13.  
  14.  
  15. -- part 1 (field)
  16. -- low flags: 01
  17. -- high flags: 0007
  18. -- rect: left=22 top=57 right=317 bottom=484
  19. -- title width / last selected line: 0
  20. -- icon id / first selected line: 0 / 0
  21. -- text alignment: 0
  22. -- font id: 21
  23. -- text size: 10
  24. -- style flags: 0
  25. -- line height: 13
  26. -- part name: Print Field
  27.  
  28.  
  29. -- part 2 (button)
  30. -- low flags: 00
  31. -- high flags: A003
  32. -- rect: left=385 top=32 right=54 bottom=485
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: Go Back
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   hide card field id 8
  44.   put empty into card field id 1
  45.   visual barn door close to card
  46.   go back
  47. end mouseUp
  48.  
  49.  
  50.  
  51.  
  52. -- part 4 (field)
  53. -- low flags: 80
  54. -- high flags: 0007
  55. -- rect: left=25 top=60 right=309 bottom=475
  56. -- title width / last selected line: 0
  57. -- icon id / first selected line: 0 / 0
  58. -- text alignment: 0
  59. -- font id: 3
  60. -- text size: 12
  61. -- style flags: 0
  62. -- line height: 16
  63. -- part name: Test Field
  64.  
  65.  
  66. -- part 7 (button)
  67. -- low flags: 00
  68. -- high flags: 8003
  69. -- rect: left=23 top=32 right=54 bottom=123
  70. -- title width / last selected line: 0
  71. -- icon id / first selected line: 0 / 0
  72. -- text alignment: 1
  73. -- font id: 0
  74. -- text size: 12
  75. -- style flags: 0
  76. -- line height: 16
  77. -- part name: Print This
  78. ----- HyperTalk script -----
  79. on mouseDown
  80.   hide card field id 8
  81.   show card field id 1
  82.   print card id 6781
  83.   play "harpsichord" D5
  84.   put "Press the 'Print This' key to print what is in the print field behind this message.  Use the scroll bar to advance to the next screen to print." into card field id 8
  85.   show card field id 8
  86. end mouseDown
  87.  
  88.  
  89.  
  90. -- part 8 (field)
  91. -- low flags: 01
  92. -- high flags: 2004
  93. -- rect: left=147 top=219 right=310 bottom=371
  94. -- title width / last selected line: 0
  95. -- icon id / first selected line: 0 / 0
  96. -- text alignment: 1
  97. -- font id: 0
  98. -- text size: 12
  99. -- style flags: 0
  100. -- line height: 16
  101. -- part name: Keep Printing Message
  102.  
  103.  
  104. -- part contents for background part 6
  105. ----- text -----
  106. PRINT PAD
  107.  
  108. -- part contents for card part 4
  109. ----- text -----
  110.   
  111.  
  112.  
  113.  
  114. -- part contents for card part 8
  115. ----- text -----
  116. Press the 'Print This' key to print what is in the print field behind this message.  Use the scroll bar to advance to the next screen to print.